home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / PreferencesDialog$3.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.2 KB  |  24 lines

  1. package com.extensibility.app;
  2.  
  3. import com.extensibility.rock.RAction;
  4. import java.awt.event.ActionEvent;
  5. import java.io.File;
  6.  
  7. class PreferencesDialog$3 extends RAction {
  8.    // $FF: synthetic field
  9.    final PreferencesDialog this$0;
  10.  
  11.    public void actionOccurred(ActionEvent var1) {
  12.       String[] var2 = new String[]{"exe"};
  13.       File var3 = DialogFactory.askFile(this.this$0.parent, UI.getString("dialog.preferences.browser.select"), var2);
  14.       if (var3 != null) {
  15.          this.this$0.tfOtherBrowser.setText(var3.getAbsolutePath());
  16.       }
  17.  
  18.    }
  19.  
  20.    PreferencesDialog$3(PreferencesDialog var1) {
  21.       this.this$0 = var1;
  22.    }
  23. }
  24.